Skip to content

set cloudPOint type to GaussianSplatting when setting GS data - #136

Open
granger35 wants to merge 1 commit into
masterfrom
bug/GaussianTypeNotSet
Open

set cloudPOint type to GaussianSplatting when setting GS data#136
granger35 wants to merge 1 commit into
masterfrom
bug/GaussianTypeNotSet

Conversation

@granger35

Copy link
Copy Markdown
Contributor

No description provided.

@cutullic

Copy link
Copy Markdown
Contributor

LGTM

void CloudPoint::setGaussianSplattingData (SRef<GaussianSplattingData> gaussianSplattingData)
{
m_gaussianSplattingData = gaussianSplattingData;
m_cloudPointSupportedTypes = m_cloudPointSupportedTypes | CloudPointType::GaussianSplatting;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit because probably unlikely to happen, but check if gaussianSplattingData is not null before adding GS support ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants